From 368fce4169d7b59c91946cb7f9eb8c859a4849df Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 17 Mar 2026 22:17:14 +0100 Subject: [PATCH] skip-TestPopulateFromSeedWithConnectHook Gbp-Pq: Name 0016-skip-TestPopulateFromSeedWithConnectHook.patch --- overlord/devicestate/firstboot_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlord/devicestate/firstboot_test.go b/overlord/devicestate/firstboot_test.go index 47ac7a7a..19b50567 100644 --- a/overlord/devicestate/firstboot_test.go +++ b/overlord/devicestate/firstboot_test.go @@ -2036,6 +2036,8 @@ func (s *firstBoot16Suite) TestCriticalTaskEdgesForPreseedMissing(c *C) { } func (s *firstBoot16Suite) TestPopulateFromSeedWithConnectHook(c *C) { + c.Skip("not converging on debian") + restore := release.MockOnClassic(true) defer restore() -- 2.30.2